body,html {
	height:100%;
	width:100%;
  font-size: 12px;
  font-family:'Microsoft YaHei', '微软雅黑', 'Arial';
  background-color: #f8f8f8;
}

h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cit,code,del,dfn,em,ins,q,samp,small,strong,sub,sup,b,i,hr,dl,dt,dd,ol,ul,li,fieldset,legend,label {
	border:0;
	vertical-align:baseline;
  margin: 0;
}
*{
  box-sizing: border-box;
  margin:0;
	padding:0;
}
a {
	color:inherit;
	text-decoration:none;
	cursor:pointer;
  display: inline-block;
}
a:hover, a:focus {
  color:inherit;
	text-decoration:none;
}
i{
  display: inline-block;
  font-style: normal;
}
ul,ol,li{
  list-style: none;
}
img {
	border:none;
}
hr {
	height:1px;
	margin:10px 0px;
	border:0px;
	clear:both;
}
input,textarea,select,button {
	font-family:"Microsoft YaHei",黑体,Arial,Verdana,宋体;
}
table {
	border-collapse:collapse;
	border-spacing:0px;
}

input:-webkit-autofill {
	-webkit-box-shadow:0 0 0px 50px inherit !important;
	background-color:inherit !important;
}
input:focus, textarea:focus, button:focus, select:focus {
	outline:none;
}
.wrap {
  width: 1200px;
  margin:0 auto;
  position:relative;
}
.hover-underline:hover {
  text-decoration: underline !important;
}
/* 自适应 移动端 */
@media (max-width: 767px) {
  .show-s{
    display: block;
  }
  .hidden-s{
    display: none !important;
  }
  .wrap{
    max-width: 100%;
    /* padding-left: 12px;
    padding-right: 12px; */
  }
}
/* 自适应 PC端 */
@media (min-width: 768px) {
  body {
    min-width:1190px;
    font-size: 12px;
  }
  .show-lg{
    display: block;
  }
  .hidden-lg{
    display: none !important;
  }
}
.bread-crumb{
  display: flex;
  padding: 15px 0;
  text-align: left;
  font-size: 14px;
  line-height: 1;
  max-width: 95%;
  overflow: hidden;
}
.my-bread{
  display: inline;
  font-size: 14px;
  color: #666666;
  flex-shrink: 0;
}
.my-bread i{
  margin: 0 5px;
}
.my-bread.bold-bread{
  flex-shrink: 1;
}
.my-bread.bold-bread a{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  width: 100%;
}
/* 内容-标题 */
.desp_box, .desp_box_s{
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px 0px rgba(26,66,157,0.1);
  border-radius: 4px;
}
.desp_box_s{
  min-height: 50px;
  margin-bottom: 34px;
}
.desp_title{
	font-size: 18px;
	color: #000000;
  border-bottom: 1px solid #dddddd;
  position: relative;
  padding-top: 18px;
  padding-bottom: 18px;
}
.desp_title img{
  margin-right: 7px;
  position: relative;
  flex-shrink: 0;
}
.desp_title_more,.desp_title_more:hover{
 	font-size: 14px;
	color: #3873b9;
  position: absolute;
  right: 0;
}
.desp_main{
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 808px;
}
.page_title2{
  font-size: 24px;
	font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.lineClamp_1, .lineClamp_2{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lineClamp_1{
  -webkit-line-clamp: 1 !important;
}
.lineClamp_2{
  -webkit-line-clamp: 2 !important;
}
/* 边框 */
.border_no{
  border: none !important;
}
/* 边距 */
.padding-0{
  padding: 0 !important;
}
.paddingT{
  padding-top: 0 !important;
}
.paddingB{
  padding-bottom: 0 !important;
}
.paddingL{
  padding-left: 0 !important;
}
.paddingR{
  padding-right: 0 !important;
}
.paddingX-0{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.paddingY-0{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.flex{
  display: flex;
  justify-content: space-between;
}
/* 弹框-遮罩 */
.dialog-box{
  position:fixed;
  left:0;
  top:0;
  right: 0;
  bottom: 0;
  z-index:101;
}
.dialog-mask {
  background-color: rgb(0,0,0, 0.35);
}
/* 弹框-表单 */
.dialog-body {
  width:500px;
  height:530px;
  border:5px solid rgb(124,124,124);
  background:rgb(255,255,255);
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.dialog-title{
  padding:0px 20px;
  position:relative;
  height:40px;
  line-height:40px;
  font-size:16px;
  color:rgb(51,51,51);
  background:rgb(243,243,243);
}
.dialog-closed {
  display:block;
  width:14px;
  height:14px;
  position:absolute;
  right:20px;
  top:10px;
  cursor:pointer;
  line-height:0;
}
.dialog-content {
  padding:20px 30px 0px;
}
/* 弹框-对话框 */
.dialog-wrap{
  background-color: #fff;
  width: 350px;
  max-width: 90%;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  top: 45%;
  transform: translateY(-50%);
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.dialog-header{
  font-size: 16px;
  font-weight: bold;
  color: #000;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  line-height: 50px;
  height: 50px;
  margin-top: 10px;
}
.dialog-main{
  min-height: 80px;
  font-size: 16px;
  padding: 30px 20px;
}
.dialog-footer{
  border-top: 1px solid #e0e0e0;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialog-btn{
  width: 50%;
  background-color: transparent;
  font-size: 16px;
  color: #787878;
  line-height: 50px;
  border: none;
  outline: none;
  border-right: 1px solid #e0e0e0;
  display: inline-block;
}
.dialog-btn:last-child{
  border-right: none;
}
.dialog-no:hover {
  color: #787878;
}
.dialog-ok,
.dialog-ok:hover{
  color: #00499b;
}
.w-5{
  width: 50%;
}
.desp_main video{
  max-width: 100%;
}
.operate-item {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  justify-content: center
}
.operate-text {
  font-size: 14px;
  margin-top: 5px;
}
.operate-btn {
  display: block;
  width: 70%;
  height: 40px;
  background-color: #3873b9;
  border: none;
  border-radius: 0;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 1px;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
}
.operate-btn:hover {
  color: #fff;
}
.form-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
}
.form-label {
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 50px;
  text-align: right;
  font-size: 14px;
  font-weight: normal;
  padding-right: 10px;
  display: inline-block;
}
.form-box .form-control {
  height: 40px;
  line-height: 30px;
  width: 100%;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: none;
}
.form-box textarea.form-control {
  line-height: initial;
}
.form-box .form-code {
  width: 100px;
  height: 40px;
  background-color: #3873b9;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 0;
  margin-left: 10px;
  flex-shrink: 0;
}
.form-box .help-block {
  position: absolute;
  width: 100%;
  bottom: -2px;
  text-align: right;
  color: #cc0000;
  right: 0;
  margin: 0;
}
/* 自适应 移动端 */
@media (max-width: 767px) {
  .w-12-s{
    width: 100%;
  }
  .mediaList_img_h5{
    background-color: #575757;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #f7f7f7;
    width: 130px;
    height: 82px;
    margin-right: 20px;
  }
  .mediaList_img_h5 img{
    width: 100%;
    height: 100%;
  }
  .dialog-box{
    background-color: rgba(0, 0, 0, 0.5);
  }
  .dialog-title{
    padding: 0 12px;
  }
  .dialog-body {
    max-width: 90%;
    border: none;
  }
  .dialog-main{
    min-height: 40px;
    font-size: 12px;
    color: #666666;
    padding: 0 12px 12px;
  }
  .dialog-footer{
    height: 40px;
  }
  .dialog-btn{
    font-size: 14px;
    line-height: 40px;
  }
  .dialog-content {
    padding: 20px 12px;
  }
  .desp_main iframe{
    width: 100%;
    max-height: 200px;
  }
  .desp_main img{
    height: auto !important;
  }
  .desp_main .about_video,
  .desp_main video{
    width: 100%;
    max-height: 200px;
  }
}
.help-block.error{
  color: red;
}
.topRt-dropdown .dropdown-menu{
  margin-top: -4px;
}
.topRt-dropdown:hover .dropdown-menu {
  display: block;
}
.mt42 {
  margin-top: 42px;
}

.top-message-bar {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
}

.top-message-bar a {
  text-decoration: underline;
}

.top-message-bar p{
  text-align: center;
  background-color: lightyellow;
  padding: 10px;
  margin: 0px;
  cursor: pointer;
}

.top-message-bar .close-btn{
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  vertical-align: middle;
  margin-left: 20px;
  background-color: #00499b;
  color: #fff;
  text-align: center;
}

.embed-icon {
  width: 44px !important;
  margin-top: -244px;
  transform: none !important;
}